]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/yasnippet/snippets/ruby-mode/control structure/when
Add yasnippet.
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / control structure / when
diff --git a/packages/yasnippet/snippets/ruby-mode/control structure/when b/packages/yasnippet/snippets/ruby-mode/control structure/when
new file mode 100644 (file)
index 0000000..c11b6a5
--- /dev/null
@@ -0,0 +1,6 @@
+# name: when ... end
+# key: when
+# --
+when ${condition}
+  $0
+end
\ No newline at end of file